![]() |
Kinetis SDK Demo Applications User Guide
1.0.0-beta
Freescale Semiconductor, Inc.
|
#include "shell.h"#include "board.h"#include "fsl_uart_hal.h"#include "clock/fsl_clock_manager.h"#include "fsl_uart_driver.h"Functions | |
| static uint8_t | Getchar (void) |
| get a char More... | |
| static void | Putchar (uint8_t ch) |
| put a char More... | |
| static int | DoTest (int argc, char *const argv[]) |
| the app implementation function More... | |
| void | main (void) |
Variables | |
| const cmd_tbl_t | CommandFun_Help |
| const cmd_tbl_t | CommandFun_Hist |
| static const cmd_tbl_t | CommandFun_Test |
| shell command register type More... | |
| static uart_state_t | gUARTState |
| static uart_user_config_t | gShellUARTConfig |
| global uart config struct More... | |
| static shell_io_install_t | Shell_IOInstallStruct1 |
|
static |
|
static |
| void main | ( | void | ) |
|
static |
| const cmd_tbl_t CommandFun_Help |
| const cmd_tbl_t CommandFun_Hist |
|
static |
|
static |
|
static |
|
static |